Click Mouse on Main Menu Bar to Activate It!

Radio Button Alert

Click on one of the radio buttons to see a message

1: 2: 3:

Here's the code for this.




Button Alert

Push this button to make a message appear.


Here's the code.





Goodbye Alert


To see this alert, click here.

All you need to do is put this code inside your body tag



An example is:
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#000080" ALINK="#000080" onUnload="window.alert('YOUR MESSAE GOES HERE')">
or
<body onUnload="window.alert('YOUR MESSAE GOES HERE')">



Link Alert

When you click on a link like this, an alert will pop up and then you will be taken to the link destination. Give it a shot!

To make use of this script, copy the following lines of code.




Link Confirm/Cancel Alert

Click on the link to see this example. CLICK ME!!

Here how it works. Just put this part in your HEAD tag and then change YOUR CONFIRM MESSAGE and YOUR LINK GOES HERE.



Link Confirm/Cancel Alert - 2 Links

Click on the links to see these examples. CLICK ME!! or CLICK ME!!

Here how it works. Just put this part in your HEAD tag and then change YOUR CONFIRM MESSAGE and YOUR LINK GOES HERE.